home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Programming / SWI / source / include / README next >
Encoding:
Text File  |  1995-04-19  |  899 b   |  31 lines

  1. This  directory contains  some public  include  files  to support  the
  2. foreign language  (C) interface of  SWI-Prolog.  These  files   may be
  3. copied to /usr/include.
  4.  
  5. The graphical package PCE searches  for these files in this directory,
  6. so they need not be copied to /usr/include to be able to install PCE.
  7.  
  8. Files:
  9.     SWI-Prolog.h    General include file that defines constants
  10.             and types.  To be included in any C-file that
  11.             contains references to SWI-Prologs foreign
  12.             interface.
  13.  
  14.             same as ../pl/src/pl-itf.h
  15.  
  16.     SWI-Exports    Export definitions to be used with the
  17.             -bI flag of AIX compilers.
  18.  
  19.             made from ../pl/src/exports
  20.  
  21.     SWI-Stream.h    SWI-Prolog's IOSTREAM package include file.
  22.             Needed if you want to exploit/redefine
  23.             SWI-Prolog streams.
  24.  
  25.             same as ../pl/pl-stream.h
  26.  
  27.     stub.c        Linking stub for statically linked SWI-Prolog
  28.             extensions.  See manual.
  29.  
  30.             made from ../pl/pl-extend.c
  31.